From 06c312b4d578f342b6d02d62831079bc1587e984 Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Wed, 9 Dec 2015 13:19:23 -0800 Subject: [PATCH] Document which-key-prefix-prefix https://github.com/justbur/emacs-which-key/commit/30bc0c224bac091fcf2759c8e8853e7237196090 --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index e6a94880ef2..65cc49f6bf1 100644 --- a/README.org +++ b/README.org @@ -448,6 +448,10 @@ shown. (setq which-key-separator " → " ) (setq which-key-unicode-correction 3) + ;; Set the prefix string that will be inserted in front of prefix commands + ;; (i.e., commands that represent a sub-map). + (setq which-key-prefix-prefix "+" ) + ;; Set the special keys. These are automatically truncated to one character and ;; have which-key-special-key-face applied. Set this variable to nil to disable ;; the feature -- 2.30.2